Autogenerated HTML docs for v2.5.1-454-g16163
diff --git a/git-send-pack.html b/git-send-pack.html index 7158157..e63c52d 100644 --- a/git-send-pack.html +++ b/git-send-pack.html
@@ -748,7 +748,10 @@ <h2 id="_synopsis">SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<pre class="content"><em>git send-pack</em> [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> [<ref>…]</pre> +<pre class="content"><em>git send-pack</em> [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] + [--verbose] [--thin] [--atomic] + [--[no-]signed|--sign=(true|false|if-asked)] + [<host>:]<directory> [<ref>…]</pre> <div class="attribution"> </div></div> </div> @@ -856,6 +859,24 @@ </p> </dd> <dt class="hdlist1"> +--[no-]signed +</dt> +<dt class="hdlist1"> +--sign=(true|false|if-asked) +</dt> +<dd> +<p> + GPG-sign the push request to update refs on the receiving + side, to allow it to be checked by the hooks and/or be + logged. If <code>false</code> or <code>--no-signed</code>, no signing will be + attempted. If <code>true</code> or <code>--signed</code>, the push will fail if the + server does not support signed pushes. If set to <code>if-asked</code>, + sign if and only if the server supports signed pushes. The push + will also fail if the actual call to <code>gpg --sign</code> fails. See + <a href="git-receive-pack.html">git-receive-pack(1)</a> for the details on the receiving end. +</p> +</dd> +<dt class="hdlist1"> <host> </dt> <dd> @@ -959,7 +980,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2015-05-22 13:47:07 PDT +Last updated 2015-08-31 16:04:31 PDT </div> </div> </body>